Eclipse JDT
Pre-release 3.0

Uses of Class
org.eclipse.jdt.core.search.SearchDocument

Packages that use SearchDocument
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description. 
 

Uses of SearchDocument in org.eclipse.jdt.core.search
 

Methods in org.eclipse.jdt.core.search that return SearchDocument
abstract  SearchDocument SearchParticipant.getDocument(String documentPath)
          Bind a document path to an actual document.
 

Methods in org.eclipse.jdt.core.search with parameters of type SearchDocument
static void SearchParticipant.addIndexEntry(char[] category, char[] key, SearchDocument document, String indexPath)
           
abstract  void SearchParticipant.indexDocument(SearchDocument document, String indexPath)
          Index the given document.
abstract  void SearchParticipant.locateMatches(SearchDocument[] indexMatches, SearchPattern pattern, IJavaSearchScope scope, SearchRequestor requestor, IProgressMonitor monitor)
          Locate the matches in the given documents and report them using the search requestor.
 void SearchParticipant.scheduleDocumentIndexing(SearchDocument document, String containerPath, String indexPath)
          Schedules the indexing of the given document.
 


Eclipse JDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.